Release 10.1A: OpenEdge Development:
Java Open Clients
ProDataGraphMetaData class
OpenEdge provides a Java class,
com.progress.open4gl.ProDataGraphMetaData, that allows you to specify and access the schema (meta data) for aProDataGraphobject. Before you can instantiate aProDataGraphobject, you must first define its meta data. You can derive the meta data from an existing Java SDODataGraphor specify the meta data directly using aProDataGraphMetaDataobject. For more information on instantiating ProDataGraph objects, see the "ProDataGraph class" section.The
ProDataGraphMetaDatamust contain one or moreProDataObjectMetaDataobjects to specify the meta data for one or more temp-tables (ProDataObjectcollections) defined for theProDataGraph(see the "ProDataObjectMetaData class" section).If the
ProDataGraphcontains more than oneProDataObjectMetaDataobject, theProDataGraphMetaDatacan also contain zero or moreProDataRelationMetaDataobjects. AProDataRelationMetaDataobject defines a relationship between a parent and childProDataObjectcollection (see the "ProDataRelationMetaData class" section).The
com.progress.open4gl.ProDataGraphMetaDataclass contains the following constructor and methods.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |